|
Poster:
|
RunNHide |
Date:
|
December 09, 2004 01:12:29am |
|
Forum:
|
feature_films
|
Subject:
|
Re: problem with cartoons |
In case you're interested, these are the command lines I used for the conversions. I'll use insect_to_injury.mpeg as an example.
Conversion to DIVX;-)...
mencoder -o insect_to_injury.avi -ovc lavc -oac lavc -ofps 29.97 insect_to_injury.mpeg
Conversion to MPEG...
transcode -i insect_to_injury.avi -y ffmpeg --export_prof dvd-ntsc --export_asr 2 -o thx -D0 -E 48000 -b 224 -s2 -m insect_to_injury.ac3
Multiplex audio & video...
mplex -f 8 -o insect_to_injury-new.mpeg insect_to_injury.m2v insect_to_injury.ac3
and voila! you have a dvd-ready MPEG2 file with proper audio and video sync.
|
Poster:
|
RunNHide |
Date:
|
December 09, 2004 01:24:11am |
|
Forum:
|
feature_films
|
Subject:
|
Re: problem with cartoons |
ooops... messed up the Conversion to MPEG line... here is the correct line:
transcode -i insect_to_injury-new.mpeg -y ffmpeg --export_prof dvd-ntsc --export_asr 2 -o insect_to_injury -D0 -E 48000 -b 224 -s2 -m insect_to_injury.ac3
|
Poster:
|
RunNHide |
Date:
|
December 09, 2004 01:26:16am |
|
Forum:
|
feature_films
|
Subject:
|
Re: problem with cartoons |
grrr... did it again...
transcode -i insect_to_injury.avi -y ffmpeg --export_prof dvd-ntsc --export_asr 2 -o insect_to_injury -D0 -E 48000 -b 224 -s2 -m insect_to_injury.ac3
that one's correct - I promise - that's what I get for copy and pasting without getting enough sleep first ;-)
|
Poster:
|
Diana Hamilton |
Date:
|
December 09, 2004 02:24:49am |
|
Forum:
|
feature_films
|
Subject:
|
Re: problem with cartoons |
BTW, you can go back to edit your post(s) here to make them nice and perfect later. Thanks for the post!
This post was modified by Diana Hamilton on 2004-12-09 10:24:49